﻿/* MadCap Table Style: */

/*<meta />*/

mcTableStyle {
	name: Invisible Table; 
	border-collapse: collapse; 
	border-left-style: none; 
	border-left-width: 1px; 
	border-left-color: #a1b0ce; 
	border-right-style: none; 
	border-right-width: 1px; 
	border-right-color: #a1b0ce; 
	border-top-style: none; 
	border-top-width: 1px; 
	border-top-color: #a1b0ce; 
	border-bottom-style: none; 
	border-bottom-width: 1px; 
	border-bottom-color: #a1b0ce; 
	cell-padding-left: 4pt; 
	cell-padding-right: 4pt; 
	cell-padding-top: 4pt; 
	cell-padding-bottom: 4pt; 
}

 
 
/* Cell Styles: */
 
.TableStyle_Invisible_Table
{
	border-left-style: none;
	border-left-color: #a1b0ce;
	border-left-width: 1px;
	border-right-style: none;
	border-right-color: #a1b0ce;
	border-right-width: 1px;
	border-top-style: none;
	border-top-color: #a1b0ce;
	border-top-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #a1b0ce;
	border-bottom-width: 1px;
	border-collapse: collapse;
	border-spacing: 0px 0px;
	mc-cell-padding: 4pt 4pt 4pt 4pt;
}

